home *** CD-ROM | disk | FTP | other *** search
- Path: news.PBI.net!usenet
- From: mich@pbinet.com
- Newsgroups: comp.lang.c
- Subject: Re: Help for TSR
- Date: 9 Mar 1996 16:24:23 GMT
- Organization: Pacific Bell Internet Services
- Message-ID: <4hsbbn$efq@SNFC21_SRVR_WWW.PBI.net>
- References: <4hk9n8$cru@ccshst05.cs.uoguelph.ca>
- Reply-To: mich@pbinet.com
- NNTP-Posting-Host: ppp-5-36.rdcy01.pbinet.com
- X-Newsreader: IBM NewsReader/2 v1.03
-
- In <4hk9n8$cru@ccshst05.cs.uoguelph.ca>, mduda@uoguelph.ca (Michael Duda) writes:
-
- >This might be the wrong area, but i am going to try it anyways.
- >I am trying to write a TSR that stores every character that the user hits
- >on the keyboard into a file on disk.. is this possible? if not on disk,
- >i would like to store it in memory somewhere and then access it from
- >there somehow.. could anybody help me? thanks.
-
- Possible? Its been done. Too many times to be remarkable. If you don't have one,
- get a book on interrupt vectors and general low-level system programming.
- Everything you need will be right there. I have such a book in fact, here the title;
- PC Programmer's Guide to Low-Level Functions and Interrupts, its a Sam's.
-
-